Eclipse Platform
Pre-release 3.0

org.eclipse.ui.texteditor
Class AnnotationTypeHierarchy

java.lang.Object
  extended byorg.eclipse.ui.texteditor.AnnotationTypeHierarchy

public class AnnotationTypeHierarchy
extends Object

Internal annotation super type hierarchy cache. TODO this cache is currently unbound, i.e. only limited by the number of annotation types

Since:
3.0

Constructor Summary
AnnotationTypeHierarchy()
           
 
Method Summary
 AnnotationType getAnnotationType(String typeName)
           
 boolean isSubtype(String superType, String subtypeCandidate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTypeHierarchy

public AnnotationTypeHierarchy()
Method Detail

getAnnotationType

public AnnotationType getAnnotationType(String typeName)

isSubtype

public boolean isSubtype(String superType,
                         String subtypeCandidate)

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.